home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / src / config / auto-aux / sizes.c < prev   
Encoding:
Text File  |  1997-08-18  |  138 b   |  8 lines  |  [TEXT/R*ch]

  1. int main(argc, argv)
  2.      int argc;
  3.      char ** argv;
  4. {
  5.   printf("%d %d %d\n", sizeof(int), sizeof(long), sizeof(long *));
  6.   return 0;
  7. }
  8.